numeric format - перевод на итальянский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

numeric format - перевод на итальянский

Numeric tower
  • A representation of the numerical tower with five types of numbers.

numeric format      
Formato numerico (formato in cui appare il valore numerico nel foglio elettronico)
archive file         
FILE THAT IS COMPOSED OF ONE OR MORE COMPUTER FILES ALONG WITH METADATA; USED TO COLLECT MULTIPLE DATA FILES TOGETHER INTO A SINGLE FILE FOR EASIER PORTABILITY AND STORAGE, OR SIMPLY TO COMPRESS FILES TO USE LESS STORAGE SPACE
Archive formats; Archive (computing); File archive; Archive file format; Compressed archive; Archive format; Archive files; Archiver format
cartella di archivio (cartella in cui sono immagazzinati dati tramite compressione)
free format         
  • 30px
FILE FORMAT WITH AN OPENLY PUBLISHED SPECIFICATION
Open formats; List of free file formats; Free file formats; Free format; Free formats; Free file format; Libre file format; Libre format; Openformat; Open format
formato libero

Определение

format
(formats, formatting, formatted)
1.
The format of something is the way or order in which it is arranged and presented.
I had met with him to explain the format of the programme and what we had in mind.
...a large-format book.
N-COUNT
2.
The format of a piece of computer software or a musical recording is the type of equipment on which it is designed to be used or played. For example, possible formats for a musical recording are CD and cassette.
His latest album is available on all formats.
N-COUNT
3.
To format a computer disk means to run a program so that the disk can be written on. (COMPUTING)
VERB: V n
4.
To format a piece of computer text or graphics means to arrange the way in which it appears when it is printed or is displayed on a screen. (COMPUTING)
When text is saved from a Web page, it is often very badly formatted with many short lines.
VERB: V n

Википедия

Numerical tower

In Scheme and in Lisp dialects inspired by it, the numerical tower is a set of data types that represent numbers and a logic for their hierarchical organisation.

Each type in the tower conceptually "sits on" a more fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry implies that a language can safely allow implicit coercions of numerical types—without creating semantic problems—in only one direction: coercing an integer to a rational loses no information and will never influence the value returned by a function, but to coerce most reals to an integer would alter any relevant computation (e.g., the real 1/3 does not equal any integer) and is thus impermissible.